Interface VTPVlanInfo

All Superinterfaces:
IPCData, Pdu, Signal
All Known Implementing Classes:
VTPVlanInfoImpl

public interface VTPVlanInfo extends Pdu
  • Method Details

    • getStatus

      Byte getStatus()
      Returns:
      Byte Returns a Byte
    • setStatus

      void setStatus(Byte status)
      Parameters:
      status - Takes in a parameter of status
    • getVlanType

      Byte getVlanType()
      Returns:
      Byte Returns a Byte
    • setVlanType

      void setVlanType(Byte vlanType)
      Parameters:
      vlanType - Takes in a parameter of vlanType
    • getVlanId

      Short getVlanId()
      Returns:
      Short Returns a Short
    • setVlanId

      void setVlanId(Short vlanId)
      Parameters:
      vlanId - Takes in a parameter of vlanId
    • getVlanName

      String getVlanName()
      Returns:
      String Returns a String
    • setVlanName

      void setVlanName(String vlanName)
      Parameters:
      vlanName - Takes in a parameter of vlanName